home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCT_203_Doc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-08  |  479 b   |  20 lines

  1. /* %filename% -- document class */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. #define _H_%Appname%Doc
  5.  
  6. #include "z%Appname%Doc.h"
  7.  
  8. /*----------*/
  9. class C%Appname%Doc : public Z%Appname%Doc {
  10. public:
  11.     void    I%Appname%Doc%    %(CApplication    *aSupervisor,    // is override
  12.                              Boolean        printable);
  13.     void    UpdateMenus        (void);                            // is override
  14.     void     DoCommand        (long            theCommand);    // is override
  15.  
  16. protected:
  17.     // your application-specific instance variables:
  18.  
  19. }; /* C%Appname%Doc */
  20.